home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / CONFVARS.H < prev    next >
C/C++ Source or Header  |  1993-04-10  |  3KB  |  67 lines

  1. #ifndef CONFVARS_H
  2. #define CONFVARS_H
  3.  
  4. /*--------------------------------------------------------------------*/
  5. /*    Changes Copyright (c) 1989 by Andrew H. Derbyshire.             */
  6. /*                                                                    */
  7. /*    Changes Copyright (c) 1990-1993 by Kendra Electronic            */
  8. /*    Wonderworks.                                                    */
  9. /*                                                                    */
  10. /*    All rights reserved except those explicitly granted by the      */
  11. /*    UUPC/extended license agreement.                                */
  12. /*--------------------------------------------------------------------*/
  13.  
  14. /*--------------------------------------------------------------------*/
  15. /*                          RCS Information                           */
  16. /*--------------------------------------------------------------------*/
  17.  
  18. /*
  19.  *    $Id: CONFVARS.H 1.3 1993/04/11 00:36:59 dmwatt Exp $
  20.  *
  21.  *    Revision history:
  22.  *    $Log: CONFVARS.H $
  23.  * Revision 1.3  1993/04/11  00:36:59  dmwatt
  24.  * Global edits for year, TEXT, etc.
  25.  *
  26.  * Revision 1.2  1993/04/04  05:01:08  ahd
  27.  * Add configurable OS/2 priority values
  28.  *
  29.  * Revision 1.1  1993/03/06  23:09:50  ahd
  30.  * Initial revision
  31.  *
  32.  */
  33.  
  34. #include <uutypes.h>
  35.  
  36. /*--------------------------------------------------------------------*/
  37. /*      Configuration file strings                                    */
  38. /*--------------------------------------------------------------------*/
  39.  
  40. extern char *E_name, *E_mailbox, *E_homedir;
  41. extern char *E_archivedir, *E_newsserv;                        /* news */
  42. extern char *E_mailbox, *E_homedir;
  43. extern char *E_maildir, *E_newsdir, *E_spooldir, *E_confdir;
  44. extern char *E_pubdir, *E_tempdir;
  45. extern char *E_nodename, *E_domain, *E_mailserv;
  46. extern char *E_fdomain;       /* Domain used in From: lines             */
  47. extern char *E_inmodem;
  48. extern char *E_editor, *E_pager;
  49. extern char *E_mailext, *E_backup;
  50. extern char *E_filesent, *E_signature;
  51. extern char *E_altsignature;                                   /* pdm   */
  52. extern char *E_aliases;                                        /* ahd   */
  53. extern char *E_organization, *E_replyto;                       /* ahd   */
  54. extern char *E_localdomain;                                    /* ahd   */
  55. extern char *E_postmaster;                                     /* ahd   */
  56. extern char *E_uuxqtpath;
  57. extern char **E_internal;
  58. extern char *E_charset;
  59. extern char *E_anonymous;
  60. extern char *E_version;
  61. extern char *E_uncompress;
  62. extern INTEGER E_priority;
  63. extern INTEGER E_prioritydelta;
  64. extern INTEGER E_maxhops;
  65.  
  66. #endif
  67.